This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
library(palmerpenguins)
library(tidyverse)
## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ──
## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4
## ✓ tibble 3.1.5 ✓ dplyr 1.0.7
## ✓ tidyr 1.1.4 ✓ stringr 1.4.0
## ✓ readr 2.0.2 ✓ forcats 0.5.1
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## x dplyr::filter() masks stats::filter()
## x dplyr::lag() masks stats::lag()
library(janitor)
##
## Attaching package: 'janitor'
## The following objects are masked from 'package:stats':
##
## chisq.test, fisher.test
library(here)
## here() starts at /cloud/project
Pro tip: cmd+, to access global options
Pro tip: If you are on a Linux server, see what operating system you are on by running this in your console:
system("lsb_release -a")
Then go to RStudio Public Package Manager
Use shift+cmd+p to access the command palette and:
Pro tip: Navigate your document with the outliner
Go back up to the line “## set repo for RStudio Public Package Manager”
Click the little triangle next to the line number
Pro tip: cmd+a to select all
In the git tab, click once on the row of the top item.
Then, cmd+a to select them all. Then, check one box to check them all.
Pro tip: revert
Add a bunch text below and save the file
go to the git tab
select file
More
Revert